Spread for ASP.NET 7.0 Product Documentation
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CellTypeConverter Class > GetProperties Method : GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method


context
Type descriptor context
value
The object
attributes
Array of properties (attributes)

Glossary Item Box

Retrieves the set of properties for this type.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
Visual Basic (Usage)Copy Code
Dim instance As CellTypeConverter
Dim context As ITypeDescriptorContext
Dim value As Object
Dim attributes() As Attribute
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(context, value, attributes)
C# 
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

Parameters

context
Type descriptor context
value
The object
attributes
Array of properties (attributes)

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.